10. Pre-Notebook: Population Segmentation
Notebook: Population Segmentation, Exercise
Now, you're ready to approach the task of population segmentation! As you follow along with this lesson, you are encouraged to open the referenced SageMaker notebooks. We will present a solution to you, but please try to work on a solution of your own, when prompted. Much of the value in this experience will come from experimenting with the code, in your own way .
To open this notebook:
- Navigate to your SageMaker notebook instance, in the SageMaker console , which has been linked to the main Github exercise repository
- Activate the notebook instance (if it is in a "Stopped" state), and open it via Jupyter
- Click on the exercise notebook in the
Population_Segmentation
directory.
You may also directly view the exercise and solution notebooks via the repository at the following links:
The solution notebook is meant to be consulted if you are stuck or want to check your work.
Notebook Outline
We'll go over the following steps to complete the notebook.
- Load in and explore population data
- Perform dimensionality reduction with a deployed PCA model
- Cluster components with K-Means
- Visualize the results
Later: Delete Resources
At the end of this exercise, and intermittently, you will be reminded to delete your endpoints and resources so that you do not incur any extra processing or storage fees!